home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-soundtrack.dcr / 00002_startMovie.ls next >
Encoding:
Text File  |  2001-07-23  |  1.4 KB  |  69 lines

  1. global checkForStopFlash, whichTrack, isPlaying, equalizer1, equalizer2, equalizer3, equalizer4, equalizer5, equalizer6
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   i = 141
  6.   repeat while i <= 146
  7.     sprite(i).visible = 0
  8.     i = 1 + i
  9.   end repeat
  10.   i = 151
  11.   repeat while i <= 156
  12.     sprite(i).visible = 1
  13.     i = 1 + i
  14.   end repeat
  15.   checkForStopFlash = 0
  16.   whichTrack = 1
  17.   isPlaying = 0
  18.   set the loc of sprite 5 to point(60, 24)
  19.   set the loc of sprite 6 to point(100, 24)
  20.   set the loc of sprite 7 to point(140, 24)
  21.   set the loc of sprite 8 to point(180, 24)
  22.   set the loc of sprite 9 to point(220, 24)
  23.   set the loc of sprite 11 to point(521, 22)
  24.   sprite(20).visible = 1
  25.   sprite(21).visible = 1
  26.   sprite(22).visible = 0
  27.   i = 27
  28.   repeat while i <= 30
  29.     set the blend of sprite i to 0
  30.     i = 1 + i
  31.   end repeat
  32.   equalizer1 = 0
  33.   equalizer2 = 0
  34.   equalizer3 = 0
  35.   equalizer4 = 0
  36.   equalizer5 = 0
  37.   equalizer6 = 0
  38.   i = 40
  39.   repeat while i <= 50
  40.     sprite(i).visible = 0
  41.     i = 1 + i
  42.   end repeat
  43.   i = 52
  44.   repeat while i <= 62
  45.     sprite(i).visible = 0
  46.     i = 1 + i
  47.   end repeat
  48.   i = 64
  49.   repeat while i <= 74
  50.     sprite(i).visible = 0
  51.     i = 1 + i
  52.   end repeat
  53.   i = 76
  54.   repeat while i <= 86
  55.     sprite(i).visible = 0
  56.     i = 1 + i
  57.   end repeat
  58.   i = 88
  59.   repeat while i <= 98
  60.     sprite(i).visible = 0
  61.     i = 1 + i
  62.   end repeat
  63.   i = 100
  64.   repeat while i <= 110
  65.     sprite(i).visible = 0
  66.     i = 1 + i
  67.   end repeat
  68. end
  69.